From 76222ab704aa3629022a62380e3d1b71e2a0144e Mon Sep 17 00:00:00 2001 From: Michael Gilbert Date: Sat, 19 Mar 2022 00:48:02 +0000 Subject: [PATCH] build with fpic on all architectures Gbp-Pq: Topic fixes Gbp-Pq: Name fpic.patch --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 42d52f5..a4a1822 100644 --- a/configure.ac +++ b/configure.ac @@ -901,9 +901,6 @@ case $host_os in *) case $host_cpu in - *i[[3456789]]86*) - DLLFLAGS="$DLLFLAGS -fno-PIC" - LDDLLFLAGS="-fno-PIC" ;; *) DLLFLAGS="$DLLFLAGS -fPIC" LDDLLFLAGS="-fPIC" ;; -- 2.30.2